ArcFM Responder Mobile Developer Guide
DebugFormat(IFormatProvider,String,Object[]) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub DebugFormat( _
   ByVal provider As System.IFormatProvider, _
   ByVal format As System.String, _
   ByVal ParamArray args() As System.Object _
) 
'Usage
 
Dim instance As NamedLogInstance
Dim provider As System.IFormatProvider
Dim format As System.String
Dim args() As System.Object
 
instance.DebugFormat(provider, format, args)
public virtual void DebugFormat( 
   System.IFormatProvider provider,
   System.string format,
   params System.object[] args
)
public procedure DebugFormat( 
    provider: System.IFormatProvider;
    format: System.String;
   params  args: System.TObjectarray of
); virtual; 
public function DebugFormat( 
   provider : System.IFormatProvider,
   format : System.String,
   args : System.Object[]
);
public: virtual void DebugFormat( 
   System.IFormatProvider* provider,
   System.string* format,
   params System.Object*[]* args
) 
public:
virtual void DebugFormat( 
   System.IFormatProvider^ provider,
   System.String^ format,
   ... System.array<Object^>^ args
) 

Parameters

provider
format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NamedLogInstance Class
NamedLogInstance Members
Overload List

Send Feedback